|
| static struct ovsrec_autoattach * | ovsrec_autoattach_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_bridge * | ovsrec_bridge_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_controller * | ovsrec_controller_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_flow_sample_collector_set * | ovsrec_flow_sample_collector_set_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_flow_table * | ovsrec_flow_table_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_ipfix * | ovsrec_ipfix_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_interface * | ovsrec_interface_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_manager * | ovsrec_manager_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_mirror * | ovsrec_mirror_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_netflow * | ovsrec_netflow_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_open_vswitch * | ovsrec_open_vswitch_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_port * | ovsrec_port_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_qos * | ovsrec_qos_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_queue * | ovsrec_queue_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_ssl * | ovsrec_ssl_cast (const struct ovsdb_idl_row *row) |
| |
| static struct ovsrec_sflow * | ovsrec_sflow_cast (const struct ovsdb_idl_row *row) |
| |
| static void | ovsrec_autoattach_parse_mappings (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_autoattach_parse_system_description (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_autoattach_parse_system_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_autoattach_unparse_mappings (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_autoattach_unparse_system_description (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_autoattach_unparse_system_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_autoattach_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_autoattach_init (struct ovsrec_autoattach *row) |
| |
| const struct ovsrec_autoattach * | ovsrec_autoattach_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_autoattach * | ovsrec_autoattach_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_autoattach * | ovsrec_autoattach_next (const struct ovsrec_autoattach *row) |
| |
| void | ovsrec_autoattach_delete (const struct ovsrec_autoattach *row) |
| |
| struct ovsrec_autoattach * | ovsrec_autoattach_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_autoattach_verify_mappings (const struct ovsrec_autoattach *row) |
| |
| void | ovsrec_autoattach_verify_system_description (const struct ovsrec_autoattach *row) |
| |
| void | ovsrec_autoattach_verify_system_name (const struct ovsrec_autoattach *row) |
| |
| const struct ovsdb_datum * | ovsrec_autoattach_get_mappings (const struct ovsrec_autoattach *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_autoattach_get_system_description (const struct ovsrec_autoattach *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_autoattach_get_system_name (const struct ovsrec_autoattach *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_autoattach_set_mappings (const struct ovsrec_autoattach *row, const int64_t *key_mappings, const int64_t *value_mappings, size_t n_mappings) |
| |
| void | ovsrec_autoattach_set_system_description (const struct ovsrec_autoattach *row, const char *system_description) |
| |
| void | ovsrec_autoattach_set_system_name (const struct ovsrec_autoattach *row, const char *system_name) |
| |
| static void | ovsrec_autoattach_columns_init (void) |
| |
| static void | ovsrec_bridge_parse_auto_attach (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_controller (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_datapath_id (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_datapath_type (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_datapath_version (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_fail_mode (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_flood_vlans (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_flow_tables (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_ipfix (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_mcast_snooping_enable (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_mirrors (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_netflow (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_ports (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_protocols (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_rstp_enable (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_rstp_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_sflow (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_parse_stp_enable (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_bridge_unparse_auto_attach (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_controller (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_datapath_id (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_datapath_type (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_datapath_version (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_fail_mode (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_flood_vlans (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_flow_tables (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_ipfix (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_mcast_snooping_enable (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_mirrors (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_netflow (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_ports (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_protocols (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_rstp_enable (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_rstp_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_sflow (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_unparse_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_bridge_unparse_stp_enable (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_bridge_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_bridge_init (struct ovsrec_bridge *row) |
| |
| const struct ovsrec_bridge * | ovsrec_bridge_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_bridge * | ovsrec_bridge_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_bridge * | ovsrec_bridge_next (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_delete (const struct ovsrec_bridge *row) |
| |
| struct ovsrec_bridge * | ovsrec_bridge_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_bridge_verify_auto_attach (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_controller (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_datapath_id (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_datapath_type (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_datapath_version (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_external_ids (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_fail_mode (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_flood_vlans (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_flow_tables (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_ipfix (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_mcast_snooping_enable (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_mirrors (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_name (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_netflow (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_other_config (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_ports (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_protocols (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_rstp_enable (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_rstp_status (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_sflow (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_status (const struct ovsrec_bridge *row) |
| |
| void | ovsrec_bridge_verify_stp_enable (const struct ovsrec_bridge *row) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_auto_attach (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_controller (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_datapath_id (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_datapath_type (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_datapath_version (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_external_ids (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_fail_mode (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_flood_vlans (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_flow_tables (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_ipfix (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_mcast_snooping_enable (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_mirrors (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_name (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_netflow (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_other_config (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_ports (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_protocols (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_rstp_enable (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_rstp_status (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_sflow (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_status (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_bridge_get_stp_enable (const struct ovsrec_bridge *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_bridge_set_auto_attach (const struct ovsrec_bridge *row, const struct ovsrec_autoattach *auto_attach) |
| |
| void | ovsrec_bridge_set_controller (const struct ovsrec_bridge *row, struct ovsrec_controller **controller, size_t n_controller) |
| |
| void | ovsrec_bridge_set_datapath_id (const struct ovsrec_bridge *row, const char *datapath_id) |
| |
| void | ovsrec_bridge_set_datapath_type (const struct ovsrec_bridge *row, const char *datapath_type) |
| |
| void | ovsrec_bridge_set_datapath_version (const struct ovsrec_bridge *row, const char *datapath_version) |
| |
| void | ovsrec_bridge_set_external_ids (const struct ovsrec_bridge *row, const struct smap *external_ids) |
| |
| void | ovsrec_bridge_set_fail_mode (const struct ovsrec_bridge *row, const char *fail_mode) |
| |
| void | ovsrec_bridge_set_flood_vlans (const struct ovsrec_bridge *row, const int64_t *flood_vlans, size_t n_flood_vlans) |
| |
| void | ovsrec_bridge_set_flow_tables (const struct ovsrec_bridge *row, const int64_t *key_flow_tables, struct ovsrec_flow_table **value_flow_tables, size_t n_flow_tables) |
| |
| void | ovsrec_bridge_set_ipfix (const struct ovsrec_bridge *row, const struct ovsrec_ipfix *ipfix) |
| |
| void | ovsrec_bridge_set_mcast_snooping_enable (const struct ovsrec_bridge *row, bool mcast_snooping_enable) |
| |
| void | ovsrec_bridge_set_mirrors (const struct ovsrec_bridge *row, struct ovsrec_mirror **mirrors, size_t n_mirrors) |
| |
| void | ovsrec_bridge_set_name (const struct ovsrec_bridge *row, const char *name) |
| |
| void | ovsrec_bridge_set_netflow (const struct ovsrec_bridge *row, const struct ovsrec_netflow *netflow) |
| |
| void | ovsrec_bridge_set_other_config (const struct ovsrec_bridge *row, const struct smap *other_config) |
| |
| void | ovsrec_bridge_set_ports (const struct ovsrec_bridge *row, struct ovsrec_port **ports, size_t n_ports) |
| |
| void | ovsrec_bridge_set_protocols (const struct ovsrec_bridge *row, const char **protocols, size_t n_protocols) |
| |
| void | ovsrec_bridge_set_rstp_enable (const struct ovsrec_bridge *row, bool rstp_enable) |
| |
| void | ovsrec_bridge_set_rstp_status (const struct ovsrec_bridge *row, const struct smap *rstp_status) |
| |
| void | ovsrec_bridge_set_sflow (const struct ovsrec_bridge *row, const struct ovsrec_sflow *sflow) |
| |
| void | ovsrec_bridge_set_status (const struct ovsrec_bridge *row, const struct smap *status) |
| |
| void | ovsrec_bridge_set_stp_enable (const struct ovsrec_bridge *row, bool stp_enable) |
| |
| static void | ovsrec_bridge_columns_init (void) |
| |
| static void | ovsrec_controller_parse_connection_mode (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_controller_burst_limit (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_controller_rate_limit (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_enable_async_messages (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_inactivity_probe (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_is_connected (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_local_gateway (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_local_ip (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_local_netmask (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_max_backoff (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_role (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_parse_target (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_controller_unparse_connection_mode (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_controller_burst_limit (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_controller_rate_limit (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_enable_async_messages (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_inactivity_probe (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_is_connected (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_local_gateway (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_local_ip (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_local_netmask (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_max_backoff (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_role (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_unparse_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_controller_unparse_target (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_controller_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_controller_init (struct ovsrec_controller *row) |
| |
| const struct ovsrec_controller * | ovsrec_controller_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_controller * | ovsrec_controller_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_controller * | ovsrec_controller_next (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_delete (const struct ovsrec_controller *row) |
| |
| struct ovsrec_controller * | ovsrec_controller_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_controller_verify_connection_mode (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_controller_burst_limit (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_controller_rate_limit (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_enable_async_messages (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_external_ids (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_inactivity_probe (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_is_connected (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_local_gateway (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_local_ip (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_local_netmask (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_max_backoff (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_other_config (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_role (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_status (const struct ovsrec_controller *row) |
| |
| void | ovsrec_controller_verify_target (const struct ovsrec_controller *row) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_connection_mode (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_controller_burst_limit (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_controller_rate_limit (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_enable_async_messages (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_external_ids (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_inactivity_probe (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_is_connected (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_local_gateway (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_local_ip (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_local_netmask (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_max_backoff (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_other_config (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_role (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_status (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_controller_get_target (const struct ovsrec_controller *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_controller_set_connection_mode (const struct ovsrec_controller *row, const char *connection_mode) |
| |
| void | ovsrec_controller_set_controller_burst_limit (const struct ovsrec_controller *row, const int64_t *controller_burst_limit, size_t n_controller_burst_limit) |
| |
| void | ovsrec_controller_set_controller_rate_limit (const struct ovsrec_controller *row, const int64_t *controller_rate_limit, size_t n_controller_rate_limit) |
| |
| void | ovsrec_controller_set_enable_async_messages (const struct ovsrec_controller *row, const bool *enable_async_messages, size_t n_enable_async_messages) |
| |
| void | ovsrec_controller_set_external_ids (const struct ovsrec_controller *row, const struct smap *external_ids) |
| |
| void | ovsrec_controller_set_inactivity_probe (const struct ovsrec_controller *row, const int64_t *inactivity_probe, size_t n_inactivity_probe) |
| |
| void | ovsrec_controller_set_is_connected (const struct ovsrec_controller *row, bool is_connected) |
| |
| void | ovsrec_controller_set_local_gateway (const struct ovsrec_controller *row, const char *local_gateway) |
| |
| void | ovsrec_controller_set_local_ip (const struct ovsrec_controller *row, const char *local_ip) |
| |
| void | ovsrec_controller_set_local_netmask (const struct ovsrec_controller *row, const char *local_netmask) |
| |
| void | ovsrec_controller_set_max_backoff (const struct ovsrec_controller *row, const int64_t *max_backoff, size_t n_max_backoff) |
| |
| void | ovsrec_controller_set_other_config (const struct ovsrec_controller *row, const struct smap *other_config) |
| |
| void | ovsrec_controller_set_role (const struct ovsrec_controller *row, const char *role) |
| |
| void | ovsrec_controller_set_status (const struct ovsrec_controller *row, const struct smap *status) |
| |
| void | ovsrec_controller_set_target (const struct ovsrec_controller *row, const char *target) |
| |
| static void | ovsrec_controller_columns_init (void) |
| |
| static void | ovsrec_flow_sample_collector_set_parse_bridge (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_sample_collector_set_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_sample_collector_set_parse_id (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_sample_collector_set_parse_ipfix (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_sample_collector_set_unparse_bridge (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_flow_sample_collector_set_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_flow_sample_collector_set_unparse_id (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_flow_sample_collector_set_unparse_ipfix (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_flow_sample_collector_set_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_flow_sample_collector_set_init (struct ovsrec_flow_sample_collector_set *row) |
| |
| const struct ovsrec_flow_sample_collector_set * | ovsrec_flow_sample_collector_set_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_flow_sample_collector_set * | ovsrec_flow_sample_collector_set_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_flow_sample_collector_set * | ovsrec_flow_sample_collector_set_next (const struct ovsrec_flow_sample_collector_set *row) |
| |
| void | ovsrec_flow_sample_collector_set_delete (const struct ovsrec_flow_sample_collector_set *row) |
| |
| struct ovsrec_flow_sample_collector_set * | ovsrec_flow_sample_collector_set_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_flow_sample_collector_set_verify_bridge (const struct ovsrec_flow_sample_collector_set *row) |
| |
| void | ovsrec_flow_sample_collector_set_verify_external_ids (const struct ovsrec_flow_sample_collector_set *row) |
| |
| void | ovsrec_flow_sample_collector_set_verify_id (const struct ovsrec_flow_sample_collector_set *row) |
| |
| void | ovsrec_flow_sample_collector_set_verify_ipfix (const struct ovsrec_flow_sample_collector_set *row) |
| |
| const struct ovsdb_datum * | ovsrec_flow_sample_collector_set_get_bridge (const struct ovsrec_flow_sample_collector_set *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_sample_collector_set_get_external_ids (const struct ovsrec_flow_sample_collector_set *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_sample_collector_set_get_id (const struct ovsrec_flow_sample_collector_set *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_sample_collector_set_get_ipfix (const struct ovsrec_flow_sample_collector_set *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_flow_sample_collector_set_set_bridge (const struct ovsrec_flow_sample_collector_set *row, const struct ovsrec_bridge *bridge) |
| |
| void | ovsrec_flow_sample_collector_set_set_external_ids (const struct ovsrec_flow_sample_collector_set *row, const struct smap *external_ids) |
| |
| void | ovsrec_flow_sample_collector_set_set_id (const struct ovsrec_flow_sample_collector_set *row, int64_t id) |
| |
| void | ovsrec_flow_sample_collector_set_set_ipfix (const struct ovsrec_flow_sample_collector_set *row, const struct ovsrec_ipfix *ipfix) |
| |
| static void | ovsrec_flow_sample_collector_set_columns_init (void) |
| |
| static void | ovsrec_flow_table_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_parse_flow_limit (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_parse_groups (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_parse_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_parse_overflow_policy (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_parse_prefixes (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_flow_table_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_flow_table_unparse_flow_limit (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_flow_table_unparse_groups (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_flow_table_unparse_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_flow_table_unparse_overflow_policy (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_flow_table_unparse_prefixes (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_flow_table_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_flow_table_init (struct ovsrec_flow_table *row) |
| |
| const struct ovsrec_flow_table * | ovsrec_flow_table_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_flow_table * | ovsrec_flow_table_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_flow_table * | ovsrec_flow_table_next (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_delete (const struct ovsrec_flow_table *row) |
| |
| struct ovsrec_flow_table * | ovsrec_flow_table_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_flow_table_verify_external_ids (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_verify_flow_limit (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_verify_groups (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_verify_name (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_verify_overflow_policy (const struct ovsrec_flow_table *row) |
| |
| void | ovsrec_flow_table_verify_prefixes (const struct ovsrec_flow_table *row) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_external_ids (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_flow_limit (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_groups (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_name (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_overflow_policy (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_flow_table_get_prefixes (const struct ovsrec_flow_table *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_flow_table_set_external_ids (const struct ovsrec_flow_table *row, const struct smap *external_ids) |
| |
| void | ovsrec_flow_table_set_flow_limit (const struct ovsrec_flow_table *row, const int64_t *flow_limit, size_t n_flow_limit) |
| |
| void | ovsrec_flow_table_set_groups (const struct ovsrec_flow_table *row, const char **groups, size_t n_groups) |
| |
| void | ovsrec_flow_table_set_name (const struct ovsrec_flow_table *row, const char *name) |
| |
| void | ovsrec_flow_table_set_overflow_policy (const struct ovsrec_flow_table *row, const char *overflow_policy) |
| |
| void | ovsrec_flow_table_set_prefixes (const struct ovsrec_flow_table *row, const char **prefixes, size_t n_prefixes) |
| |
| static void | ovsrec_flow_table_columns_init (void) |
| |
| static void | ovsrec_ipfix_parse_cache_active_timeout (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_cache_max_flows (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_obs_domain_id (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_obs_point_id (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_sampling (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_parse_targets (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ipfix_unparse_cache_active_timeout (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_cache_max_flows (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_obs_domain_id (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_obs_point_id (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_sampling (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_unparse_targets (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ipfix_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_ipfix_init (struct ovsrec_ipfix *row) |
| |
| const struct ovsrec_ipfix * | ovsrec_ipfix_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_ipfix * | ovsrec_ipfix_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_ipfix * | ovsrec_ipfix_next (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_delete (const struct ovsrec_ipfix *row) |
| |
| struct ovsrec_ipfix * | ovsrec_ipfix_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_ipfix_verify_cache_active_timeout (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_cache_max_flows (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_external_ids (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_obs_domain_id (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_obs_point_id (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_other_config (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_sampling (const struct ovsrec_ipfix *row) |
| |
| void | ovsrec_ipfix_verify_targets (const struct ovsrec_ipfix *row) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_cache_active_timeout (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_cache_max_flows (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_external_ids (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_obs_domain_id (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_obs_point_id (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_other_config (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_sampling (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ipfix_get_targets (const struct ovsrec_ipfix *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_ipfix_set_cache_active_timeout (const struct ovsrec_ipfix *row, const int64_t *cache_active_timeout, size_t n_cache_active_timeout) |
| |
| void | ovsrec_ipfix_set_cache_max_flows (const struct ovsrec_ipfix *row, const int64_t *cache_max_flows, size_t n_cache_max_flows) |
| |
| void | ovsrec_ipfix_set_external_ids (const struct ovsrec_ipfix *row, const struct smap *external_ids) |
| |
| void | ovsrec_ipfix_set_obs_domain_id (const struct ovsrec_ipfix *row, const int64_t *obs_domain_id, size_t n_obs_domain_id) |
| |
| void | ovsrec_ipfix_set_obs_point_id (const struct ovsrec_ipfix *row, const int64_t *obs_point_id, size_t n_obs_point_id) |
| |
| void | ovsrec_ipfix_set_other_config (const struct ovsrec_ipfix *row, const struct smap *other_config) |
| |
| void | ovsrec_ipfix_set_sampling (const struct ovsrec_ipfix *row, const int64_t *sampling, size_t n_sampling) |
| |
| void | ovsrec_ipfix_set_targets (const struct ovsrec_ipfix *row, const char **targets, size_t n_targets) |
| |
| static void | ovsrec_ipfix_columns_init (void) |
| |
| static void | ovsrec_interface_parse_admin_state (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_bfd (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_bfd_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_fault (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_fault_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_flap_count (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_health (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_mpid (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_remote_mpids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_cfm_remote_opstate (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_duplex (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_error (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_ifindex (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_ingress_policing_burst (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_ingress_policing_rate (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_lacp_current (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_link_resets (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_link_speed (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_link_state (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_lldp (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_mac (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_mac_in_use (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_mtu (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_ofport (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_ofport_request (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_options (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_statistics (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_parse_type (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_interface_unparse_admin_state (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_bfd (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_bfd_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_fault (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_fault_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_flap_count (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_health (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_mpid (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_remote_mpids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_cfm_remote_opstate (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_duplex (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_error (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_ifindex (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_ingress_policing_burst (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_ingress_policing_rate (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_lacp_current (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_link_resets (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_link_speed (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_link_state (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_lldp (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_mac (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_mac_in_use (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_mtu (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_unparse_ofport (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_ofport_request (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_options (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_statistics (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_interface_unparse_type (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_interface_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_interface_init (struct ovsrec_interface *row) |
| |
| const struct ovsrec_interface * | ovsrec_interface_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_interface * | ovsrec_interface_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_interface * | ovsrec_interface_next (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_delete (const struct ovsrec_interface *row) |
| |
| struct ovsrec_interface * | ovsrec_interface_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_interface_verify_admin_state (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_bfd (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_bfd_status (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_fault (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_fault_status (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_flap_count (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_health (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_mpid (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_remote_mpids (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_cfm_remote_opstate (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_duplex (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_error (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_external_ids (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_ifindex (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_ingress_policing_burst (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_ingress_policing_rate (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_lacp_current (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_link_resets (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_link_speed (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_link_state (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_lldp (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_mac (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_mac_in_use (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_mtu (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_name (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_ofport (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_ofport_request (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_options (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_other_config (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_statistics (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_status (const struct ovsrec_interface *row) |
| |
| void | ovsrec_interface_verify_type (const struct ovsrec_interface *row) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_admin_state (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_bfd (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_bfd_status (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_fault (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_fault_status (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_flap_count (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_health (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_mpid (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_remote_mpids (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_cfm_remote_opstate (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_duplex (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_error (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_external_ids (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_ifindex (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_ingress_policing_burst (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_ingress_policing_rate (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_lacp_current (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_link_resets (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_link_speed (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_link_state (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_lldp (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_mac (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_mac_in_use (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_mtu (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_name (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_ofport (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_ofport_request (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_options (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_other_config (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_statistics (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_status (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_interface_get_type (const struct ovsrec_interface *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_interface_set_admin_state (const struct ovsrec_interface *row, const char *admin_state) |
| |
| void | ovsrec_interface_set_bfd (const struct ovsrec_interface *row, const struct smap *bfd) |
| |
| void | ovsrec_interface_set_bfd_status (const struct ovsrec_interface *row, const struct smap *bfd_status) |
| |
| void | ovsrec_interface_set_cfm_fault (const struct ovsrec_interface *row, const bool *cfm_fault, size_t n_cfm_fault) |
| |
| void | ovsrec_interface_set_cfm_fault_status (const struct ovsrec_interface *row, const char **cfm_fault_status, size_t n_cfm_fault_status) |
| |
| void | ovsrec_interface_set_cfm_flap_count (const struct ovsrec_interface *row, const int64_t *cfm_flap_count, size_t n_cfm_flap_count) |
| |
| void | ovsrec_interface_set_cfm_health (const struct ovsrec_interface *row, const int64_t *cfm_health, size_t n_cfm_health) |
| |
| void | ovsrec_interface_set_cfm_mpid (const struct ovsrec_interface *row, const int64_t *cfm_mpid, size_t n_cfm_mpid) |
| |
| void | ovsrec_interface_set_cfm_remote_mpids (const struct ovsrec_interface *row, const int64_t *cfm_remote_mpids, size_t n_cfm_remote_mpids) |
| |
| void | ovsrec_interface_set_cfm_remote_opstate (const struct ovsrec_interface *row, const char *cfm_remote_opstate) |
| |
| void | ovsrec_interface_set_duplex (const struct ovsrec_interface *row, const char *duplex) |
| |
| void | ovsrec_interface_set_error (const struct ovsrec_interface *row, const char *error) |
| |
| void | ovsrec_interface_set_external_ids (const struct ovsrec_interface *row, const struct smap *external_ids) |
| |
| void | ovsrec_interface_set_ifindex (const struct ovsrec_interface *row, const int64_t *ifindex, size_t n_ifindex) |
| |
| void | ovsrec_interface_set_ingress_policing_burst (const struct ovsrec_interface *row, int64_t ingress_policing_burst) |
| |
| void | ovsrec_interface_set_ingress_policing_rate (const struct ovsrec_interface *row, int64_t ingress_policing_rate) |
| |
| void | ovsrec_interface_set_lacp_current (const struct ovsrec_interface *row, const bool *lacp_current, size_t n_lacp_current) |
| |
| void | ovsrec_interface_set_link_resets (const struct ovsrec_interface *row, const int64_t *link_resets, size_t n_link_resets) |
| |
| void | ovsrec_interface_set_link_speed (const struct ovsrec_interface *row, const int64_t *link_speed, size_t n_link_speed) |
| |
| void | ovsrec_interface_set_link_state (const struct ovsrec_interface *row, const char *link_state) |
| |
| void | ovsrec_interface_set_lldp (const struct ovsrec_interface *row, const struct smap *lldp) |
| |
| void | ovsrec_interface_set_mac (const struct ovsrec_interface *row, const char *mac) |
| |
| void | ovsrec_interface_set_mac_in_use (const struct ovsrec_interface *row, const char *mac_in_use) |
| |
| void | ovsrec_interface_set_mtu (const struct ovsrec_interface *row, const int64_t *mtu, size_t n_mtu) |
| |
| void | ovsrec_interface_set_name (const struct ovsrec_interface *row, const char *name) |
| |
| void | ovsrec_interface_set_ofport (const struct ovsrec_interface *row, const int64_t *ofport, size_t n_ofport) |
| |
| void | ovsrec_interface_set_ofport_request (const struct ovsrec_interface *row, const int64_t *ofport_request, size_t n_ofport_request) |
| |
| void | ovsrec_interface_set_options (const struct ovsrec_interface *row, const struct smap *options) |
| |
| void | ovsrec_interface_set_other_config (const struct ovsrec_interface *row, const struct smap *other_config) |
| |
| void | ovsrec_interface_set_statistics (const struct ovsrec_interface *row, const char **key_statistics, const int64_t *value_statistics, size_t n_statistics) |
| |
| void | ovsrec_interface_set_status (const struct ovsrec_interface *row, const struct smap *status) |
| |
| void | ovsrec_interface_set_type (const struct ovsrec_interface *row, const char *type) |
| |
| static void | ovsrec_interface_columns_init (void) |
| |
| static void | ovsrec_manager_parse_connection_mode (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_inactivity_probe (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_is_connected (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_max_backoff (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_parse_target (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_manager_unparse_connection_mode (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_manager_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_manager_unparse_inactivity_probe (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_manager_unparse_is_connected (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_manager_unparse_max_backoff (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_manager_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_manager_unparse_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_manager_unparse_target (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_manager_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_manager_init (struct ovsrec_manager *row) |
| |
| const struct ovsrec_manager * | ovsrec_manager_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_manager * | ovsrec_manager_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_manager * | ovsrec_manager_next (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_delete (const struct ovsrec_manager *row) |
| |
| struct ovsrec_manager * | ovsrec_manager_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_manager_verify_connection_mode (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_external_ids (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_inactivity_probe (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_is_connected (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_max_backoff (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_other_config (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_status (const struct ovsrec_manager *row) |
| |
| void | ovsrec_manager_verify_target (const struct ovsrec_manager *row) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_connection_mode (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_external_ids (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_inactivity_probe (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_is_connected (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_max_backoff (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_other_config (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_status (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_manager_get_target (const struct ovsrec_manager *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_manager_set_connection_mode (const struct ovsrec_manager *row, const char *connection_mode) |
| |
| void | ovsrec_manager_set_external_ids (const struct ovsrec_manager *row, const struct smap *external_ids) |
| |
| void | ovsrec_manager_set_inactivity_probe (const struct ovsrec_manager *row, const int64_t *inactivity_probe, size_t n_inactivity_probe) |
| |
| void | ovsrec_manager_set_is_connected (const struct ovsrec_manager *row, bool is_connected) |
| |
| void | ovsrec_manager_set_max_backoff (const struct ovsrec_manager *row, const int64_t *max_backoff, size_t n_max_backoff) |
| |
| void | ovsrec_manager_set_other_config (const struct ovsrec_manager *row, const struct smap *other_config) |
| |
| void | ovsrec_manager_set_status (const struct ovsrec_manager *row, const struct smap *status) |
| |
| void | ovsrec_manager_set_target (const struct ovsrec_manager *row, const char *target) |
| |
| static void | ovsrec_manager_columns_init (void) |
| |
| static void | ovsrec_mirror_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_output_port (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_output_vlan (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_select_all (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_select_dst_port (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_select_src_port (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_select_vlan (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_parse_statistics (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_mirror_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_unparse_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_mirror_unparse_output_port (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_mirror_unparse_output_vlan (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_unparse_select_all (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_mirror_unparse_select_dst_port (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_unparse_select_src_port (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_unparse_select_vlan (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_unparse_statistics (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_mirror_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_mirror_init (struct ovsrec_mirror *row) |
| |
| const struct ovsrec_mirror * | ovsrec_mirror_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_mirror * | ovsrec_mirror_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_mirror * | ovsrec_mirror_next (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_delete (const struct ovsrec_mirror *row) |
| |
| struct ovsrec_mirror * | ovsrec_mirror_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_mirror_verify_external_ids (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_name (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_output_port (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_output_vlan (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_select_all (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_select_dst_port (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_select_src_port (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_select_vlan (const struct ovsrec_mirror *row) |
| |
| void | ovsrec_mirror_verify_statistics (const struct ovsrec_mirror *row) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_external_ids (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_name (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_output_port (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_output_vlan (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_select_all (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_select_dst_port (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_select_src_port (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_select_vlan (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_mirror_get_statistics (const struct ovsrec_mirror *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| void | ovsrec_mirror_set_external_ids (const struct ovsrec_mirror *row, const struct smap *external_ids) |
| |
| void | ovsrec_mirror_set_name (const struct ovsrec_mirror *row, const char *name) |
| |
| void | ovsrec_mirror_set_output_port (const struct ovsrec_mirror *row, const struct ovsrec_port *output_port) |
| |
| void | ovsrec_mirror_set_output_vlan (const struct ovsrec_mirror *row, const int64_t *output_vlan, size_t n_output_vlan) |
| |
| void | ovsrec_mirror_set_select_all (const struct ovsrec_mirror *row, bool select_all) |
| |
| void | ovsrec_mirror_set_select_dst_port (const struct ovsrec_mirror *row, struct ovsrec_port **select_dst_port, size_t n_select_dst_port) |
| |
| void | ovsrec_mirror_set_select_src_port (const struct ovsrec_mirror *row, struct ovsrec_port **select_src_port, size_t n_select_src_port) |
| |
| void | ovsrec_mirror_set_select_vlan (const struct ovsrec_mirror *row, const int64_t *select_vlan, size_t n_select_vlan) |
| |
| void | ovsrec_mirror_set_statistics (const struct ovsrec_mirror *row, const char **key_statistics, const int64_t *value_statistics, size_t n_statistics) |
| |
| static void | ovsrec_mirror_columns_init (void) |
| |
| static void | ovsrec_netflow_parse_active_timeout (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_parse_add_id_to_interface (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_parse_engine_id (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_parse_engine_type (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_parse_targets (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_netflow_unparse_active_timeout (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_netflow_unparse_add_id_to_interface (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_netflow_unparse_engine_id (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_netflow_unparse_engine_type (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_netflow_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_netflow_unparse_targets (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_netflow_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_netflow_init (struct ovsrec_netflow *row) |
| |
| const struct ovsrec_netflow * | ovsrec_netflow_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_netflow * | ovsrec_netflow_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_netflow * | ovsrec_netflow_next (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_delete (const struct ovsrec_netflow *row) |
| |
| struct ovsrec_netflow * | ovsrec_netflow_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_netflow_verify_active_timeout (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_verify_add_id_to_interface (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_verify_engine_id (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_verify_engine_type (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_verify_external_ids (const struct ovsrec_netflow *row) |
| |
| void | ovsrec_netflow_verify_targets (const struct ovsrec_netflow *row) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_active_timeout (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_add_id_to_interface (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_engine_id (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_engine_type (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_external_ids (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_netflow_get_targets (const struct ovsrec_netflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_netflow_set_active_timeout (const struct ovsrec_netflow *row, int64_t active_timeout) |
| |
| void | ovsrec_netflow_set_add_id_to_interface (const struct ovsrec_netflow *row, bool add_id_to_interface) |
| |
| void | ovsrec_netflow_set_engine_id (const struct ovsrec_netflow *row, const int64_t *engine_id, size_t n_engine_id) |
| |
| void | ovsrec_netflow_set_engine_type (const struct ovsrec_netflow *row, const int64_t *engine_type, size_t n_engine_type) |
| |
| void | ovsrec_netflow_set_external_ids (const struct ovsrec_netflow *row, const struct smap *external_ids) |
| |
| void | ovsrec_netflow_set_targets (const struct ovsrec_netflow *row, const char **targets, size_t n_targets) |
| |
| static void | ovsrec_netflow_columns_init (void) |
| |
| static void | ovsrec_open_vswitch_parse_bridges (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_cur_cfg (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_datapath_types (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_db_version (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_iface_types (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_manager_options (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_next_cfg (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_ovs_version (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_ssl (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_statistics (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_system_type (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_parse_system_version (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_open_vswitch_unparse_bridges (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_cur_cfg (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_datapath_types (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_db_version (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_iface_types (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_manager_options (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_next_cfg (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_ovs_version (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_ssl (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_statistics (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_open_vswitch_unparse_system_type (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_unparse_system_version (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_open_vswitch_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_open_vswitch_init (struct ovsrec_open_vswitch *row) |
| |
| const struct ovsrec_open_vswitch * | ovsrec_open_vswitch_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_open_vswitch * | ovsrec_open_vswitch_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_open_vswitch * | ovsrec_open_vswitch_next (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_delete (const struct ovsrec_open_vswitch *row) |
| |
| struct ovsrec_open_vswitch * | ovsrec_open_vswitch_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_open_vswitch_verify_bridges (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_cur_cfg (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_datapath_types (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_db_version (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_external_ids (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_iface_types (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_manager_options (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_next_cfg (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_other_config (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_ovs_version (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_ssl (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_statistics (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_system_type (const struct ovsrec_open_vswitch *row) |
| |
| void | ovsrec_open_vswitch_verify_system_version (const struct ovsrec_open_vswitch *row) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_bridges (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_cur_cfg (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_datapath_types (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_db_version (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_external_ids (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_iface_types (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_manager_options (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_next_cfg (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_other_config (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_ovs_version (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_ssl (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_statistics (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_system_type (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_open_vswitch_get_system_version (const struct ovsrec_open_vswitch *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_open_vswitch_set_bridges (const struct ovsrec_open_vswitch *row, struct ovsrec_bridge **bridges, size_t n_bridges) |
| |
| void | ovsrec_open_vswitch_set_cur_cfg (const struct ovsrec_open_vswitch *row, int64_t cur_cfg) |
| |
| void | ovsrec_open_vswitch_set_datapath_types (const struct ovsrec_open_vswitch *row, const char **datapath_types, size_t n_datapath_types) |
| |
| void | ovsrec_open_vswitch_set_db_version (const struct ovsrec_open_vswitch *row, const char *db_version) |
| |
| void | ovsrec_open_vswitch_set_external_ids (const struct ovsrec_open_vswitch *row, const struct smap *external_ids) |
| |
| void | ovsrec_open_vswitch_set_iface_types (const struct ovsrec_open_vswitch *row, const char **iface_types, size_t n_iface_types) |
| |
| void | ovsrec_open_vswitch_set_manager_options (const struct ovsrec_open_vswitch *row, struct ovsrec_manager **manager_options, size_t n_manager_options) |
| |
| void | ovsrec_open_vswitch_set_next_cfg (const struct ovsrec_open_vswitch *row, int64_t next_cfg) |
| |
| void | ovsrec_open_vswitch_set_other_config (const struct ovsrec_open_vswitch *row, const struct smap *other_config) |
| |
| void | ovsrec_open_vswitch_set_ovs_version (const struct ovsrec_open_vswitch *row, const char *ovs_version) |
| |
| void | ovsrec_open_vswitch_set_ssl (const struct ovsrec_open_vswitch *row, const struct ovsrec_ssl *ssl) |
| |
| void | ovsrec_open_vswitch_set_statistics (const struct ovsrec_open_vswitch *row, const struct smap *statistics) |
| |
| void | ovsrec_open_vswitch_set_system_type (const struct ovsrec_open_vswitch *row, const char *system_type) |
| |
| void | ovsrec_open_vswitch_set_system_version (const struct ovsrec_open_vswitch *row, const char *system_version) |
| |
| static void | ovsrec_open_vswitch_columns_init (void) |
| |
| static void | ovsrec_port_parse_bond_active_slave (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_bond_downdelay (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_bond_fake_iface (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_bond_mode (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_bond_updelay (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_fake_bridge (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_interfaces (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_lacp (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_mac (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_name (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_qos (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_rstp_statistics (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_rstp_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_statistics (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_status (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_tag (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_trunks (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_parse_vlan_mode (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_port_unparse_bond_active_slave (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_bond_downdelay (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_bond_fake_iface (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_bond_mode (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_bond_updelay (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_fake_bridge (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_interfaces (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_lacp (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_mac (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_name (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_qos (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_unparse_rstp_statistics (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_rstp_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_statistics (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_status (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_tag (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_trunks (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_port_unparse_vlan_mode (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_port_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_port_init (struct ovsrec_port *row) |
| |
| const struct ovsrec_port * | ovsrec_port_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_port * | ovsrec_port_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_port * | ovsrec_port_next (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_delete (const struct ovsrec_port *row) |
| |
| struct ovsrec_port * | ovsrec_port_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_port_verify_bond_active_slave (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_bond_downdelay (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_bond_fake_iface (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_bond_mode (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_bond_updelay (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_external_ids (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_fake_bridge (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_interfaces (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_lacp (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_mac (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_name (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_other_config (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_qos (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_rstp_statistics (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_rstp_status (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_statistics (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_status (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_tag (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_trunks (const struct ovsrec_port *row) |
| |
| void | ovsrec_port_verify_vlan_mode (const struct ovsrec_port *row) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_bond_active_slave (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_bond_downdelay (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_bond_fake_iface (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_bond_mode (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_bond_updelay (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_external_ids (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_fake_bridge (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_interfaces (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_lacp (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_mac (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_name (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_other_config (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_qos (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_rstp_statistics (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_rstp_status (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_statistics (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_status (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_tag (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_trunks (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_port_get_vlan_mode (const struct ovsrec_port *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_port_set_bond_active_slave (const struct ovsrec_port *row, const char *bond_active_slave) |
| |
| void | ovsrec_port_set_bond_downdelay (const struct ovsrec_port *row, int64_t bond_downdelay) |
| |
| void | ovsrec_port_set_bond_fake_iface (const struct ovsrec_port *row, bool bond_fake_iface) |
| |
| void | ovsrec_port_set_bond_mode (const struct ovsrec_port *row, const char *bond_mode) |
| |
| void | ovsrec_port_set_bond_updelay (const struct ovsrec_port *row, int64_t bond_updelay) |
| |
| void | ovsrec_port_set_external_ids (const struct ovsrec_port *row, const struct smap *external_ids) |
| |
| void | ovsrec_port_set_fake_bridge (const struct ovsrec_port *row, bool fake_bridge) |
| |
| void | ovsrec_port_set_interfaces (const struct ovsrec_port *row, struct ovsrec_interface **interfaces, size_t n_interfaces) |
| |
| void | ovsrec_port_set_lacp (const struct ovsrec_port *row, const char *lacp) |
| |
| void | ovsrec_port_set_mac (const struct ovsrec_port *row, const char *mac) |
| |
| void | ovsrec_port_set_name (const struct ovsrec_port *row, const char *name) |
| |
| void | ovsrec_port_set_other_config (const struct ovsrec_port *row, const struct smap *other_config) |
| |
| void | ovsrec_port_set_qos (const struct ovsrec_port *row, const struct ovsrec_qos *qos) |
| |
| void | ovsrec_port_set_rstp_statistics (const struct ovsrec_port *row, const char **key_rstp_statistics, const int64_t *value_rstp_statistics, size_t n_rstp_statistics) |
| |
| void | ovsrec_port_set_rstp_status (const struct ovsrec_port *row, const struct smap *rstp_status) |
| |
| void | ovsrec_port_set_statistics (const struct ovsrec_port *row, const char **key_statistics, const int64_t *value_statistics, size_t n_statistics) |
| |
| void | ovsrec_port_set_status (const struct ovsrec_port *row, const struct smap *status) |
| |
| void | ovsrec_port_set_tag (const struct ovsrec_port *row, const int64_t *tag, size_t n_tag) |
| |
| void | ovsrec_port_set_trunks (const struct ovsrec_port *row, const int64_t *trunks, size_t n_trunks) |
| |
| void | ovsrec_port_set_vlan_mode (const struct ovsrec_port *row, const char *vlan_mode) |
| |
| static void | ovsrec_port_columns_init (void) |
| |
| static void | ovsrec_qos_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_qos_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_qos_parse_queues (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_qos_parse_type (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_qos_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_qos_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_qos_unparse_queues (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_qos_unparse_type (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_qos_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_qos_init (struct ovsrec_qos *row) |
| |
| const struct ovsrec_qos * | ovsrec_qos_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_qos * | ovsrec_qos_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_qos * | ovsrec_qos_next (const struct ovsrec_qos *row) |
| |
| void | ovsrec_qos_delete (const struct ovsrec_qos *row) |
| |
| struct ovsrec_qos * | ovsrec_qos_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_qos_verify_external_ids (const struct ovsrec_qos *row) |
| |
| void | ovsrec_qos_verify_other_config (const struct ovsrec_qos *row) |
| |
| void | ovsrec_qos_verify_queues (const struct ovsrec_qos *row) |
| |
| void | ovsrec_qos_verify_type (const struct ovsrec_qos *row) |
| |
| const struct ovsdb_datum * | ovsrec_qos_get_external_ids (const struct ovsrec_qos *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_qos_get_other_config (const struct ovsrec_qos *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_qos_get_queues (const struct ovsrec_qos *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_qos_get_type (const struct ovsrec_qos *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_qos_set_external_ids (const struct ovsrec_qos *row, const struct smap *external_ids) |
| |
| void | ovsrec_qos_set_other_config (const struct ovsrec_qos *row, const struct smap *other_config) |
| |
| void | ovsrec_qos_set_queues (const struct ovsrec_qos *row, const int64_t *key_queues, struct ovsrec_queue **value_queues, size_t n_queues) |
| |
| void | ovsrec_qos_set_type (const struct ovsrec_qos *row, const char *type) |
| |
| static void | ovsrec_qos_columns_init (void) |
| |
| static void | ovsrec_queue_parse_dscp (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_queue_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_queue_parse_other_config (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_queue_unparse_dscp (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_queue_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_queue_unparse_other_config (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_queue_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_queue_init (struct ovsrec_queue *row) |
| |
| const struct ovsrec_queue * | ovsrec_queue_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_queue * | ovsrec_queue_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_queue * | ovsrec_queue_next (const struct ovsrec_queue *row) |
| |
| void | ovsrec_queue_delete (const struct ovsrec_queue *row) |
| |
| struct ovsrec_queue * | ovsrec_queue_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_queue_verify_dscp (const struct ovsrec_queue *row) |
| |
| void | ovsrec_queue_verify_external_ids (const struct ovsrec_queue *row) |
| |
| void | ovsrec_queue_verify_other_config (const struct ovsrec_queue *row) |
| |
| const struct ovsdb_datum * | ovsrec_queue_get_dscp (const struct ovsrec_queue *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_queue_get_external_ids (const struct ovsrec_queue *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_queue_get_other_config (const struct ovsrec_queue *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| void | ovsrec_queue_set_dscp (const struct ovsrec_queue *row, const int64_t *dscp, size_t n_dscp) |
| |
| void | ovsrec_queue_set_external_ids (const struct ovsrec_queue *row, const struct smap *external_ids) |
| |
| void | ovsrec_queue_set_other_config (const struct ovsrec_queue *row, const struct smap *other_config) |
| |
| static void | ovsrec_queue_columns_init (void) |
| |
| static void | ovsrec_ssl_parse_bootstrap_ca_cert (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ssl_parse_ca_cert (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ssl_parse_certificate (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ssl_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ssl_parse_private_key (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_ssl_unparse_bootstrap_ca_cert (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_ssl_unparse_ca_cert (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_ssl_unparse_certificate (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_ssl_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_ssl_unparse_private_key (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_ssl_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_ssl_init (struct ovsrec_ssl *row) |
| |
| const struct ovsrec_ssl * | ovsrec_ssl_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_ssl * | ovsrec_ssl_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_ssl * | ovsrec_ssl_next (const struct ovsrec_ssl *row) |
| |
| void | ovsrec_ssl_delete (const struct ovsrec_ssl *row) |
| |
| struct ovsrec_ssl * | ovsrec_ssl_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_ssl_verify_bootstrap_ca_cert (const struct ovsrec_ssl *row) |
| |
| void | ovsrec_ssl_verify_ca_cert (const struct ovsrec_ssl *row) |
| |
| void | ovsrec_ssl_verify_certificate (const struct ovsrec_ssl *row) |
| |
| void | ovsrec_ssl_verify_external_ids (const struct ovsrec_ssl *row) |
| |
| void | ovsrec_ssl_verify_private_key (const struct ovsrec_ssl *row) |
| |
| const struct ovsdb_datum * | ovsrec_ssl_get_bootstrap_ca_cert (const struct ovsrec_ssl *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ssl_get_ca_cert (const struct ovsrec_ssl *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ssl_get_certificate (const struct ovsrec_ssl *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ssl_get_external_ids (const struct ovsrec_ssl *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_ssl_get_private_key (const struct ovsrec_ssl *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_ssl_set_bootstrap_ca_cert (const struct ovsrec_ssl *row, bool bootstrap_ca_cert) |
| |
| void | ovsrec_ssl_set_ca_cert (const struct ovsrec_ssl *row, const char *ca_cert) |
| |
| void | ovsrec_ssl_set_certificate (const struct ovsrec_ssl *row, const char *certificate) |
| |
| void | ovsrec_ssl_set_external_ids (const struct ovsrec_ssl *row, const struct smap *external_ids) |
| |
| void | ovsrec_ssl_set_private_key (const struct ovsrec_ssl *row, const char *private_key) |
| |
| static void | ovsrec_ssl_columns_init (void) |
| |
| static void | ovsrec_sflow_parse_agent (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_parse_external_ids (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_parse_header (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_parse_polling (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_parse_sampling (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_parse_targets (struct ovsdb_idl_row *row_, const struct ovsdb_datum *datum) |
| |
| static void | ovsrec_sflow_unparse_agent (struct ovsdb_idl_row *row OVS_UNUSED) |
| |
| static void | ovsrec_sflow_unparse_external_ids (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_sflow_unparse_header (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_sflow_unparse_polling (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_sflow_unparse_sampling (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_sflow_unparse_targets (struct ovsdb_idl_row *row_) |
| |
| static void | ovsrec_sflow_init__ (struct ovsdb_idl_row *row) |
| |
| void | ovsrec_sflow_init (struct ovsrec_sflow *row) |
| |
| const struct ovsrec_sflow * | ovsrec_sflow_get_for_uuid (const struct ovsdb_idl *idl, const struct uuid *uuid) |
| |
| const struct ovsrec_sflow * | ovsrec_sflow_first (const struct ovsdb_idl *idl) |
| |
| const struct ovsrec_sflow * | ovsrec_sflow_next (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_delete (const struct ovsrec_sflow *row) |
| |
| struct ovsrec_sflow * | ovsrec_sflow_insert (struct ovsdb_idl_txn *txn) |
| |
| void | ovsrec_sflow_verify_agent (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_verify_external_ids (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_verify_header (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_verify_polling (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_verify_sampling (const struct ovsrec_sflow *row) |
| |
| void | ovsrec_sflow_verify_targets (const struct ovsrec_sflow *row) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_agent (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_external_ids (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED, enum ovsdb_atomic_type value_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_header (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_polling (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_sampling (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| const struct ovsdb_datum * | ovsrec_sflow_get_targets (const struct ovsrec_sflow *row, enum ovsdb_atomic_type key_type OVS_UNUSED) |
| |
| void | ovsrec_sflow_set_agent (const struct ovsrec_sflow *row, const char *agent) |
| |
| void | ovsrec_sflow_set_external_ids (const struct ovsrec_sflow *row, const struct smap *external_ids) |
| |
| void | ovsrec_sflow_set_header (const struct ovsrec_sflow *row, const int64_t *header, size_t n_header) |
| |
| void | ovsrec_sflow_set_polling (const struct ovsrec_sflow *row, const int64_t *polling, size_t n_polling) |
| |
| void | ovsrec_sflow_set_sampling (const struct ovsrec_sflow *row, const int64_t *sampling, size_t n_sampling) |
| |
| void | ovsrec_sflow_set_targets (const struct ovsrec_sflow *row, const char **targets, size_t n_targets) |
| |
| static void | ovsrec_sflow_columns_init (void) |
| |
| void | ovsrec_init (void) |
| |
| const char * | ovsrec_get_db_version (void) |
| |